翻訳と辞書
Words near each other
・ string expression interpreter
・ string oriented interactive compiler
・ string oriented symbolic language
・ string processing language
・ string reduction
・ stripe
・ stripe set
・ striping
・ strobes
・ stroke
strong typing
・ strongarm
・ strongly connected component
・ strongly typed
・ stroustrup, bjarne
・ struct
・ structural recursion
・ structure diagram
・ structure of management information
・ structured analysis


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

strong typing : FOLDOC
strong typing
Strict enforcement of type rules with no exceptions. Incorrect type usage can be detected either at run time or at compile time. Strong typing catches more type errors than weak typing, resulting in fewer hard errors. In a strongly typed language, conversion between types requires the use of explicit conversion functions as opposed to {implicit type coercion}.
Typing strength is a continuum; ML is more strongly typed than Java, which is more strongly typed than C.
Strong or weak typing is independent of the choice between static typing and dynamic typing. Among strongly typed languages, Ada, Java, Haskell and ML are statically typed, whereas Python and Ruby are dynamically typed.
(2004-07-20)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.